In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / PreventBurning Property

PreventBurning Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("Specifies if during burning process, the annotation is prevented to be rendered")>

Public Property PreventBurning As Boolean
[Description("Specifies if during burning process, the annotation is prevented to be rendered")]

public bool PreventBurning {get; set;}
public read-write property PreventBurning: Boolean; 
DescriptionAttribute("Specifies if during burning process, the annotation is prevented to be rendered")

public function get,set PreventBurning : boolean
[Description("Specifies if during burning process, the annotation is prevented to be rendered")]

public: __property bool get_PreventBurning();

public: __property void set_PreventBurning( 

   bool value

);
[Description("Specifies if during burning process, the annotation is prevented to be rendered")]

public:

property bool PreventBurning {

   bool get();

   void set (    bool value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members